home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KATP.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.9 KB  |  94 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║ 
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM        Flight Assignment: A.T.P. (Air Tranport Pilot) by SubLOGIC
  14. REM
  15. REM  Three modes for ATP depending on the position of the WCS rocker switch
  16. REM  Toggle Up     = Communications Mode
  17. REM  Toggle Middle = Flight Mode
  18. REM  Toggle Down   = Navigation Mode
  19. REM
  20. REM            Written and Tested by David Shaw - December 1993
  21. REM
  22. REM  Base Switch Settings
  23. REM  Black Hat Switch = Digital
  24. REM  Red Switch       = Digital
  25. REM
  26. REM  Game Settings: Nothing special required for this ADV
  27. REM
  28. REM  INCLUDE ATP.MDF FILE
  29.  
  30. MDef  KATP
  31.  
  32. @DigitalThrottle
  33.  
  34. BTN UB /U /T SelectCom1
  35.           /T SelectCom2
  36.        /M TrimUp
  37.        /D /T SelectNav1
  38.           /T SelectNav2
  39.  
  40. BTN MB /U SelectXponder
  41.        /M TrimDn
  42.        /D SelectDME
  43.  
  44. BTN LB ReverseThrust
  45.  
  46. BTN HU /U IncFullComFreq
  47.        /M FrontView
  48.        /D IncFullFreq_Nav
  49.  
  50. BTN HR /U IncFracComFreq
  51.        /M RightView
  52.        /D IncFracFreq_Nav
  53.  
  54. BTN HD /U DecrFullComFreq
  55.        /M BackView
  56.        /D DecrFullFreq_Nav
  57.  
  58. BTN HL /U DecrFracComFreq
  59.        /M LeftView
  60.        /D DecFracFreq_Nav
  61.  
  62. BTN 1 /U "Roger"
  63.       /M Brakes
  64.       /D AutopilotMaster
  65.  
  66. BTN 2 /U CheckInNewFacility
  67.       /M FlapUp
  68.       /D AutopilotHeadToggle
  69.  
  70. BTN 3 /U RequestRadarVect
  71.       /M FlapDn
  72.       /D AutopilotAltitude
  73.  
  74. BTN 4 SpoilerUp
  75.  
  76. BTN 5 SpoilerDn
  77.  
  78. BTN 6 /U RequestClearance
  79.       /M InstrumentPanelToggle
  80.       /D /T GearUp
  81.          /T GearDn
  82.  
  83. REM                               NOTE:
  84. REM
  85. REM This file works ONLY with the NEW chip and MICROCODE for the MARK II WCS!
  86. REM
  87. REM If you do not have the NEW chip and MICROCODE, contact THRUSTMASTER at
  88. REM (503) 639-3200 and find out how to get the upgrade!!!
  89. REM
  90. REM How can you tell if you have the new chip and microcode?  From the
  91. REM C:\MARK2 DOS prompt, type: DIR MK2LOAD.EXE then hit ENTER. If you receive
  92. REM the message: "File not found", then you have the OLD microcode version
  93. REM that uses the program DOWNLOAD.EXE to load files into the WCS MARK II.
  94.